﻿2026-06-21T09:42:10.2271855Z ##[group]Run set -euo pipefail
2026-06-21T09:42:10.2272851Z [36;1mset -euo pipefail[0m
2026-06-21T09:42:10.2273676Z [36;1mPIN=0c95435[0m
2026-06-21T09:42:10.2274463Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-06-21T09:42:10.2275450Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-06-21T09:42:10.2276759Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-06-21T09:42:10.2278440Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-06-21T09:42:10.2280227Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-06-21T09:42:10.2281598Z [36;1m  rm -rf "$CACHE"[0m
2026-06-21T09:42:10.2282509Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-06-21T09:42:10.2283576Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-06-21T09:42:10.2284933Z [36;1m  cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-06-21T09:42:10.2286288Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-06-21T09:42:10.2287262Z [36;1mfi[0m
2026-06-21T09:42:10.2288343Z [36;1mSPT_N1_OLD_BROKER="$BIN" cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-06-21T09:42:10.2304426Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-06-21T09:42:10.2305529Z env:
2026-06-21T09:42:10.2306225Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-06-21T09:42:10.2307112Z ##[endgroup]
2026-06-21T09:42:10.5252168Z    Compiling proc-macro2 v1.0.106
2026-06-21T09:42:10.5253760Z    Compiling unicode-ident v1.0.24
2026-06-21T09:42:10.5254926Z    Compiling quote v1.0.45
2026-06-21T09:42:10.5255937Z    Compiling libc v0.2.186
2026-06-21T09:42:10.5256982Z    Compiling serde_core v1.0.228
2026-06-21T09:42:10.5258583Z    Compiling cfg-if v1.0.4
2026-06-21T09:42:10.5259965Z    Compiling serde v1.0.228
2026-06-21T09:42:10.5289115Z    Compiling log v0.4.32
2026-06-21T09:42:10.5360454Z    Compiling pin-project-lite v0.2.17
2026-06-21T09:42:10.5362697Z    Compiling portable-atomic v1.13.1
2026-06-21T09:42:10.5366961Z    Compiling typenum v1.20.1
2026-06-21T09:42:10.5387738Z    Compiling memchr v2.8.1
2026-06-21T09:42:10.5607135Z    Compiling version_check v0.9.5
2026-06-21T09:42:10.5610147Z    Compiling shlex v2.0.1
2026-06-21T09:42:10.5611766Z    Compiling find-msvc-tools v0.1.9
2026-06-21T09:42:10.5857550Z    Compiling critical-section v1.2.0
2026-06-21T09:42:10.6277309Z    Compiling futures-core v0.3.32
2026-06-21T09:42:10.6351607Z    Compiling subtle v2.6.1
2026-06-21T09:42:10.6742327Z    Compiling bytes v1.11.1
2026-06-21T09:42:10.7546177Z    Compiling smallvec v1.15.1
2026-06-21T09:42:10.7638508Z    Compiling equivalent v1.0.2
2026-06-21T09:42:10.7917479Z    Compiling itoa v1.0.18
2026-06-21T09:42:10.8105693Z    Compiling semver v1.0.28
2026-06-21T09:42:10.8271845Z    Compiling stable_deref_trait v1.2.1
2026-06-21T09:42:10.8489746Z    Compiling slab v0.4.12
2026-06-21T09:42:10.8633301Z    Compiling futures-sink v0.3.32
2026-06-21T09:42:10.8782096Z    Compiling futures-io v0.3.32
2026-06-21T09:42:10.8932642Z    Compiling generic-array v0.14.7
2026-06-21T09:42:10.9032639Z    Compiling futures-task v0.3.32
2026-06-21T09:42:10.9687167Z    Compiling futures-channel v0.3.32
2026-06-21T09:42:11.0306740Z    Compiling rustversion v1.0.22
2026-06-21T09:42:11.0412400Z    Compiling bitflags v2.12.1
2026-06-21T09:42:11.0492540Z    Compiling hashbrown v0.17.1
2026-06-21T09:42:11.0500623Z    Compiling cpufeatures v0.2.17
2026-06-21T09:42:11.0691741Z    Compiling fnv v1.0.7
2026-06-21T09:42:11.0881809Z    Compiling strsim v0.11.1
2026-06-21T09:42:11.1161807Z    Compiling cfg_aliases v0.2.1
2026-06-21T09:42:11.1351202Z    Compiling rand_core v0.10.1
2026-06-21T09:42:11.1391287Z    Compiling writeable v0.6.3
2026-06-21T09:42:11.1760763Z    Compiling rustc_version v0.4.1
2026-06-21T09:42:11.2890952Z    Compiling litemap v0.8.2
2026-06-21T09:42:11.2982864Z    Compiling icu_normalizer_data v2.2.0
2026-06-21T09:42:11.3040952Z    Compiling getrandom v0.4.2
2026-06-21T09:42:11.3750920Z    Compiling utf8_iter v1.0.4
2026-06-21T09:42:11.3847213Z    Compiling icu_properties_data v2.2.0
2026-06-21T09:42:11.4675088Z    Compiling dunce v1.0.5
2026-06-21T09:42:11.4781061Z    Compiling ident_case v1.0.1
2026-06-21T09:42:11.5191102Z    Compiling fs_extra v1.3.0
2026-06-21T09:42:11.5931115Z    Compiling percent-encoding v2.3.2
2026-06-21T09:42:11.6251857Z    Compiling autocfg v1.5.1
2026-06-21T09:42:11.6420552Z    Compiling http v1.4.1
2026-06-21T09:42:11.7080883Z    Compiling unicode-segmentation v1.13.3
2026-06-21T09:42:11.7360508Z    Compiling aws-lc-rs v1.17.0
2026-06-21T09:42:11.7870479Z    Compiling cpufeatures v0.3.0
2026-06-21T09:42:11.8390855Z    Compiling syn v2.0.117
2026-06-21T09:42:11.8570691Z    Compiling thiserror v2.0.18
2026-06-21T09:42:11.8640546Z    Compiling scopeguard v1.2.0
2026-06-21T09:42:11.8761188Z    Compiling chacha20 v0.10.0
2026-06-21T09:42:11.9210418Z    Compiling lock_api v0.4.14
2026-06-21T09:42:11.9341193Z    Compiling form_urlencoded v1.2.2
2026-06-21T09:42:11.9611294Z    Compiling untrusted v0.9.0
2026-06-21T09:42:12.0430674Z    Compiling indexmap v2.14.0
2026-06-21T09:42:12.0510535Z    Compiling heck v0.5.0
2026-06-21T09:42:12.0786075Z    Compiling rustls v0.23.40
2026-06-21T09:42:12.1408451Z    Compiling unicode-xid v0.2.6
2026-06-21T09:42:12.1701016Z    Compiling anyhow v1.0.102
2026-06-21T09:42:12.2007404Z    Compiling atomic-waker v1.1.2
2026-06-21T09:42:12.2243986Z    Compiling const-oid v0.10.2
2026-06-21T09:42:12.2250167Z    Compiling parking_lot_core v0.9.12
2026-06-21T09:42:12.2573588Z    Compiling convert_case v0.10.0
2026-06-21T09:42:12.2960716Z    Compiling zerocopy v0.8.50
2026-06-21T09:42:12.3037790Z    Compiling paste v1.0.15
2026-06-21T09:42:12.3049996Z    Compiling httparse v1.10.1
2026-06-21T09:42:12.3310331Z    Compiling num-traits v0.2.19
2026-06-21T09:42:12.3600480Z    Compiling jobserver v0.1.34
2026-06-21T09:42:12.4214436Z    Compiling hybrid-array v0.4.12
2026-06-21T09:42:12.4652010Z    Compiling curve25519-dalek v4.1.3
2026-06-21T09:42:12.4980891Z    Compiling ahash v0.8.12
2026-06-21T09:42:12.5470933Z    Compiling either v1.16.0
2026-06-21T09:42:12.6251014Z    Compiling powerfmt v0.2.0
2026-06-21T09:42:12.6451242Z    Compiling cc v1.2.63
2026-06-21T09:42:12.7001310Z    Compiling base64ct v1.8.3
2026-06-21T09:42:12.7080028Z    Compiling fastrand v2.4.1
2026-06-21T09:42:12.8191344Z    Compiling deranged v0.5.8
2026-06-21T09:42:12.9190588Z    Compiling crypto-common v0.1.7
2026-06-21T09:42:12.9345591Z    Compiling block-buffer v0.10.4
2026-06-21T09:42:12.9500653Z    Compiling http-body v1.0.1
2026-06-21T09:42:13.0042838Z    Compiling pem-rfc7468 v1.0.0
2026-06-21T09:42:13.0501935Z    Compiling digest v0.10.7
2026-06-21T09:42:13.0650866Z    Compiling mio v1.2.1
2026-06-21T09:42:13.1466230Z    Compiling socket2 v0.6.4
2026-06-21T09:42:13.1720718Z    Compiling getrandom v0.2.17
2026-06-21T09:42:13.2553409Z    Compiling time-core v0.1.8
2026-06-21T09:42:13.2660996Z    Compiling tinyvec_macros v0.1.1
2026-06-21T09:42:13.2849422Z    Compiling tower-service v0.3.3
2026-06-21T09:42:13.3144878Z    Compiling base64 v0.22.1
2026-06-21T09:42:13.3450531Z    Compiling rand_core v0.6.4
2026-06-21T09:42:13.3820437Z    Compiling vcpkg v0.2.15
2026-06-21T09:42:13.4100504Z    Compiling rand v0.10.1
2026-06-21T09:42:13.4369923Z    Compiling data-encoding v2.11.0
2026-06-21T09:42:13.4598596Z    Compiling pkg-config v0.3.33
2026-06-21T09:42:13.4810371Z    Compiling zmij v1.0.21
2026-06-21T09:42:13.5180591Z    Compiling try-lock v0.2.5
2026-06-21T09:42:13.5790303Z    Compiling num-conv v0.2.2
2026-06-21T09:42:13.5970540Z    Compiling parking_lot v0.12.5
2026-06-21T09:42:13.6280370Z    Compiling want v0.3.1
2026-06-21T09:42:13.7285569Z    Compiling tinyvec v1.11.0
2026-06-21T09:42:13.7400380Z    Compiling sha2 v0.10.9
2026-06-21T09:42:13.8285613Z    Compiling crypto-common v0.2.2
2026-06-21T09:42:13.8390782Z    Compiling block-buffer v0.12.0
2026-06-21T09:42:13.9830798Z    Compiling inout v0.1.4
2026-06-21T09:42:14.0158639Z    Compiling vergen-lib v9.1.0
2026-06-21T09:42:14.0920659Z    Compiling cmake v0.1.58
2026-06-21T09:42:14.1190600Z    Compiling n0-future v0.3.2
2026-06-21T09:42:14.1930435Z    Compiling winnow v1.0.3
2026-06-21T09:42:14.2591010Z    Compiling crossbeam-utils v0.8.21
2026-06-21T09:42:14.2631902Z    Compiling parking v2.2.1
2026-06-21T09:42:14.2720804Z    Compiling spin v0.10.0
2026-06-21T09:42:14.3388503Z    Compiling signature v2.2.0
2026-06-21T09:42:14.3620445Z    Compiling httpdate v1.0.3
2026-06-21T09:42:14.3720698Z    Compiling diatomic-waker v0.2.3
2026-06-21T09:42:14.3850492Z    Compiling cordyceps v0.3.4
2026-06-21T09:42:14.4220811Z    Compiling serde_json v1.0.150
2026-06-21T09:42:14.4501382Z    Compiling ed25519 v2.2.3
2026-06-21T09:42:14.4960826Z    Compiling futures-lite v2.6.1
2026-06-21T09:42:14.5240682Z    Compiling cipher v0.4.4
2026-06-21T09:42:14.5520961Z    Compiling netlink-packet-core v0.8.1
2026-06-21T09:42:14.5750609Z    Compiling universal-hash v0.5.1
2026-06-21T09:42:14.6340383Z    Compiling vergen-lib v0.1.6
2026-06-21T09:42:14.6910288Z    Compiling futures-buffered v0.2.13
2026-06-21T09:42:14.7011442Z    Compiling vergen v9.1.0
2026-06-21T09:42:14.7063812Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-06-21T09:42:14.7130382Z    Compiling heapless v0.7.17
2026-06-21T09:42:14.7190587Z    Compiling noq-udp v0.10.0
2026-06-21T09:42:14.7917819Z    Compiling digest v0.11.3
2026-06-21T09:42:14.8140474Z    Compiling sync_wrapper v1.0.2
2026-06-21T09:42:14.8988397Z    Compiling opaque-debug v0.3.1
2026-06-21T09:42:14.9236848Z    Compiling allocator-api2 v0.2.21
2026-06-21T09:42:14.9371609Z    Compiling byteorder v1.5.0
2026-06-21T09:42:14.9440342Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-06-21T09:42:14.9548285Z    Compiling polyval v0.6.2
2026-06-21T09:42:15.0043577Z    Compiling aws-lc-sys v0.41.0
2026-06-21T09:42:15.0090314Z    Compiling ring v0.17.14
2026-06-21T09:42:15.0188095Z    Compiling libsqlite3-sys v0.30.1
2026-06-21T09:42:15.1392262Z    Compiling hash32 v0.2.1
2026-06-21T09:42:15.1610413Z    Compiling spin v0.9.8
2026-06-21T09:42:15.2130543Z    Compiling vergen-gitcl v1.0.8
2026-06-21T09:42:15.2228684Z    Compiling signature v3.0.0
2026-06-21T09:42:15.3255974Z    Compiling num_threads v0.1.7
2026-06-21T09:42:15.3406783Z    Compiling fallible-streaming-iterator v0.1.9
2026-06-21T09:42:15.3621664Z    Compiling fallible-iterator v0.3.0
2026-06-21T09:42:15.3723954Z    Compiling tower-layer v0.3.3
2026-06-21T09:42:15.3728406Z    Compiling ryu v1.0.23
2026-06-21T09:42:15.4400301Z    Compiling time v0.3.47
2026-06-21T09:42:15.4797325Z    Compiling ghash v0.5.1
2026-06-21T09:42:15.4880588Z    Compiling sha2 v0.11.0-rc.5
2026-06-21T09:42:15.5708031Z    Compiling ctr v0.9.2
2026-06-21T09:42:15.5712187Z    Compiling aes v0.8.4
2026-06-21T09:42:15.5820475Z    Compiling http-body-util v0.1.3
2026-06-21T09:42:15.6190738Z    Compiling fs2 v0.4.3
2026-06-21T09:42:15.7420865Z    Compiling aead v0.5.2
2026-06-21T09:42:15.7755603Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-06-21T09:42:15.7896521Z    Compiling openssl-probe v0.2.1
2026-06-21T09:42:15.8020652Z    Compiling crossbeam-epoch v0.9.18
2026-06-21T09:42:15.8510640Z    Compiling crossbeam-channel v0.5.15
2026-06-21T09:42:15.8950384Z    Compiling blake3 v1.8.5
2026-06-21T09:42:15.9410925Z    Compiling netlink-packet-route v0.29.0
2026-06-21T09:42:16.0022020Z    Compiling uuid v1.23.2
2026-06-21T09:42:16.0730514Z    Compiling memoffset v0.6.5
2026-06-21T09:42:16.1910436Z    Compiling aes-gcm v0.10.3
2026-06-21T09:42:16.2490701Z    Compiling acto v0.8.2
2026-06-21T09:42:16.2708735Z    Compiling netwatch v0.16.0
2026-06-21T09:42:16.3370417Z    Compiling noq v0.18.0
2026-06-21T09:42:16.4152718Z    Compiling mac-addr v0.3.0
2026-06-21T09:42:16.4610880Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-21T09:42:16.5215705Z    Compiling rustc-hash v2.1.2
2026-06-21T09:42:16.5543079Z    Compiling sorted-index-buffer v0.2.1
2026-06-21T09:42:16.5621449Z    Compiling foldhash v0.2.0
2026-06-21T09:42:16.6266815Z    Compiling lru-slab v0.1.2
2026-06-21T09:42:16.6402629Z    Compiling ref-cast v1.0.25
2026-06-21T09:42:16.6490945Z    Compiling rustix v1.1.4
2026-06-21T09:42:16.7037344Z    Compiling identity-hash v0.1.0
2026-06-21T09:42:16.7239239Z    Compiling tagptr v0.2.0
2026-06-21T09:42:16.7299928Z    Compiling thiserror v1.0.69
2026-06-21T09:42:16.7751285Z    Compiling xml-rs v0.8.28
2026-06-21T09:42:16.8080339Z    Compiling hashbrown v0.16.1
2026-06-21T09:42:16.8840574Z    Compiling synstructure v0.13.2
2026-06-21T09:42:16.8905979Z    Compiling darling_core v0.20.11
2026-06-21T09:42:16.9990696Z    Compiling serde_derive_internals v0.29.1
2026-06-21T09:42:17.1826525Z    Compiling netlink-packet-route v0.30.0
2026-06-21T09:42:17.5820413Z    Compiling proc-macro-crate v3.5.0
2026-06-21T09:42:17.6477392Z    Compiling xmltree v0.10.3
2026-06-21T09:42:17.6679807Z    Compiling errno v0.3.14
2026-06-21T09:42:17.7390826Z    Compiling serial-core v0.4.0
2026-06-21T09:42:17.8150937Z    Compiling termios v0.2.2
2026-06-21T09:42:17.8720745Z    Compiling ioctl-rs v0.1.6
2026-06-21T09:42:17.9430724Z    Compiling aho-corasick v1.1.4
2026-06-21T09:42:17.9508755Z    Compiling simple-dns v0.9.3
2026-06-21T09:42:17.9668024Z    Compiling signal-hook v0.3.18
2026-06-21T09:42:17.9799103Z    Compiling toml_write v0.1.2
2026-06-21T09:42:17.9864688Z    Compiling smol_str v0.1.24
2026-06-21T09:42:18.0620830Z    Compiling constant_time_eq v0.4.2
2026-06-21T09:42:18.1100478Z    Compiling linux-raw-sys v0.12.1
2026-06-21T09:42:18.1170496Z    Compiling regex-syntax v0.8.10
2026-06-21T09:42:18.1880905Z    Compiling arrayvec v0.7.6
2026-06-21T09:42:18.1949302Z    Compiling simdutf8 v0.1.5
2026-06-21T09:42:18.2370584Z    Compiling resolv-conf v0.7.6
2026-06-21T09:42:18.2552039Z    Compiling arrayref v0.3.9
2026-06-21T09:42:18.3160407Z    Compiling sha1_smol v1.0.1
2026-06-21T09:42:18.3920738Z    Compiling winnow v0.7.15
2026-06-21T09:42:18.5360928Z    Compiling serial-unix v0.4.0
2026-06-21T09:42:18.5860919Z    Compiling signal-hook-registry v1.4.8
2026-06-21T09:42:18.7450951Z    Compiling serde_derive v1.0.228
2026-06-21T09:42:18.7482482Z    Compiling zeroize_derive v1.4.3
2026-06-21T09:42:18.7800862Z    Compiling tokio-macros v2.7.0
2026-06-21T09:42:18.9140016Z    Compiling futures-macro v0.3.32
2026-06-21T09:42:19.1166215Z    Compiling zerofrom-derive v0.1.7
2026-06-21T09:42:19.3387852Z    Compiling zeroize v1.8.2
2026-06-21T09:42:19.5173409Z    Compiling yoke-derive v0.8.2
2026-06-21T09:42:19.5786971Z    Compiling tokio v1.52.3
2026-06-21T09:42:19.8895348Z    Compiling futures-util v0.3.32
2026-06-21T09:42:20.1242321Z    Compiling zerovec-derive v0.11.3
2026-06-21T09:42:20.4440798Z    Compiling displaydoc v0.2.6
2026-06-21T09:42:20.5910336Z    Compiling zerofrom v0.1.8
2026-06-21T09:42:20.6772532Z    Compiling tracing-attributes v0.1.31
2026-06-21T09:42:20.7636770Z    Compiling rustls-pki-types v1.14.1
2026-06-21T09:42:20.8200783Z    Compiling yoke v0.8.3
2026-06-21T09:42:21.0510844Z    Compiling thiserror-impl v2.0.18
2026-06-21T09:42:21.1165865Z    Compiling curve25519-dalek-derive v0.1.1
2026-06-21T09:42:21.3109422Z    Compiling zerotrie v0.2.4
2026-06-21T09:42:21.4956885Z    Compiling darling_macro v0.20.11
2026-06-21T09:42:21.7111336Z    Compiling derive_more-impl v2.1.1
2026-06-21T09:42:21.7434966Z    Compiling zerovec v0.11.6
2026-06-21T09:42:21.7665463Z    Compiling n0-error-macros v0.1.3
2026-06-21T09:42:21.8419794Z    Compiling darling v0.20.11
2026-06-21T09:42:21.9056349Z    Compiling derive_builder_core v0.20.2
2026-06-21T09:42:22.2550494Z    Compiling spez v0.1.2
2026-06-21T09:42:22.3380635Z    Compiling der v0.8.0-rc.10
2026-06-21T09:42:22.6141784Z    Compiling tinystr v0.8.3
2026-06-21T09:42:22.6800529Z    Compiling potential_utf v0.1.5
2026-06-21T09:42:22.8077319Z    Compiling icu_collections v2.2.0
2026-06-21T09:42:22.8707585Z    Compiling icu_locale_core v2.2.0
2026-06-21T09:42:22.8740768Z    Compiling n0-error v0.1.3
2026-06-21T09:42:22.8831449Z    Compiling pin-project-internal v1.1.13
2026-06-21T09:42:23.2651042Z    Compiling cobs v0.3.0
2026-06-21T09:42:23.4194060Z    Compiling derive_builder_macro v0.20.2
2026-06-21T09:42:23.5290722Z    Compiling postcard-derive v0.2.2
2026-06-21T09:42:23.5835213Z    Compiling data-encoding-macro-internal v0.1.18
2026-06-21T09:42:23.7440380Z    Compiling ipnet v2.12.0
2026-06-21T09:42:24.0366742Z    Compiling derive_builder v0.20.2
2026-06-21T09:42:24.1005197Z    Compiling spki v0.8.0-rc.4
2026-06-21T09:42:24.2088732Z    Compiling icu_provider v2.2.0
2026-06-21T09:42:24.2096357Z    Compiling prefix-trie v0.8.4
2026-06-21T09:42:24.3067743Z    Compiling pin-project v1.1.13
2026-06-21T09:42:24.3338512Z    Compiling pkcs8 v0.11.0-rc.10
2026-06-21T09:42:24.3850694Z    Compiling futures-executor v0.3.32
2026-06-21T09:42:24.4532684Z    Compiling ed25519-dalek v2.2.0
2026-06-21T09:42:24.5111269Z    Compiling once_cell v1.21.4
2026-06-21T09:42:24.5650442Z    Compiling icu_properties v2.2.0
2026-06-21T09:42:24.6149375Z    Compiling icu_normalizer v2.2.0
2026-06-21T09:42:24.6290624Z    Compiling futures v0.3.32
2026-06-21T09:42:24.6340883Z    Compiling ed25519 v3.0.0-rc.4
2026-06-21T09:42:24.7031125Z    Compiling spt-proto v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-proto)
2026-06-21T09:42:24.7563369Z    Compiling tracing-core v0.1.36
2026-06-21T09:42:24.9685564Z    Compiling hashbrown v0.14.5
2026-06-21T09:42:25.1173414Z    Compiling data-encoding-macro v0.1.20
2026-06-21T09:42:25.1810635Z    Compiling rustls-native-certs v0.8.4
2026-06-21T09:42:25.1888922Z    Compiling strum_macros v0.28.0
2026-06-21T09:42:25.5230821Z    Compiling tracing v0.1.44
2026-06-21T09:42:25.5943700Z    Compiling postcard v1.1.3
2026-06-21T09:42:25.6595177Z    Compiling async-trait v0.1.89
2026-06-21T09:42:25.6770525Z    Compiling iroh-metrics-derive v0.4.1
2026-06-21T09:42:25.8070880Z    Compiling tokio-util v0.7.18
2026-06-21T09:42:25.8255995Z    Compiling hashlink v0.9.1
2026-06-21T09:42:26.0881162Z    Compiling idna_adapter v1.2.2
2026-06-21T09:42:26.1514031Z    Compiling netlink-sys v0.8.8
2026-06-21T09:42:26.2160739Z    Compiling idna v1.1.0
2026-06-21T09:42:26.2250875Z    Compiling tower v0.5.3
2026-06-21T09:42:26.3329723Z    Compiling rusqlite v0.32.1
2026-06-21T09:42:26.3935029Z    Compiling enum-assoc v1.3.0
2026-06-21T09:42:26.4639105Z    Compiling num_enum_derive v0.7.6
2026-06-21T09:42:26.4879961Z    Compiling netlink-proto v0.12.0
2026-06-21T09:42:26.5204774Z    Compiling derive_more v2.1.1
2026-06-21T09:42:26.5334849Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-06-21T09:42:26.6720605Z    Compiling url v2.5.8
2026-06-21T09:42:26.7300745Z    Compiling netdev v0.42.0
2026-06-21T09:42:26.7661341Z    Compiling iroh-metrics v0.38.3
2026-06-21T09:42:26.8615496Z    Compiling iroh-relay v0.98.0
2026-06-21T09:42:26.9240501Z    Compiling h2 v0.4.14
2026-06-21T09:42:27.0921115Z    Compiling n0-watcher v0.6.1
2026-06-21T09:42:27.1617604Z    Compiling tokio-stream v0.1.18
2026-06-21T09:42:27.2631458Z    Compiling moka v0.12.15
2026-06-21T09:42:27.2655112Z    Compiling toml_datetime v0.6.11
2026-06-21T09:42:27.2827142Z    Compiling serde_spanned v0.6.9
2026-06-21T09:42:27.3948901Z    Compiling ref-cast-impl v1.0.25
2026-06-21T09:42:27.4277043Z    Compiling thiserror-impl v1.0.69
2026-06-21T09:42:27.6147196Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-21T09:42:27.6532681Z    Compiling spt-store v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-store)
2026-06-21T09:42:27.7861994Z    Compiling num_enum v0.7.6
2026-06-21T09:42:27.8541245Z    Compiling iroh-base v0.98.0
2026-06-21T09:42:27.8907335Z    Compiling attohttpc v0.30.1
2026-06-21T09:42:27.9102927Z    Compiling tower-http v0.6.11
2026-06-21T09:42:28.1600960Z    Compiling toml_edit v0.22.27
2026-06-21T09:42:28.2111079Z    Compiling strum v0.28.0
2026-06-21T09:42:28.3410451Z    Compiling iroh-dns v0.98.0
2026-06-21T09:42:28.3510607Z    Compiling webpki-roots v1.0.7
2026-06-21T09:42:28.4610790Z    Compiling regex-automata v0.4.14
2026-06-21T09:42:28.4664129Z    Compiling schemars_derive v1.2.1
2026-06-21T09:42:28.5065463Z    Compiling lru v0.16.4
2026-06-21T09:42:28.6319534Z    Compiling darling_core v0.23.0
2026-06-21T09:42:28.6601147Z    Compiling serde_bytes v0.11.19
2026-06-21T09:42:28.6870366Z    Compiling hmac v0.12.1
2026-06-21T09:42:28.8320499Z    Compiling seize v0.5.1
2026-06-21T09:42:28.9151567Z    Compiling iroh v0.98.2
2026-06-21T09:42:28.9547424Z    Compiling pin-utils v0.1.0
2026-06-21T09:42:29.0307377Z    Compiling dyn-clone v1.0.20
2026-06-21T09:42:29.0417453Z    Compiling utf8parse v0.2.2
2026-06-21T09:42:29.0457117Z    Compiling bitflags v1.3.2
2026-06-21T09:42:29.1301014Z    Compiling cmov v0.5.4
2026-06-21T09:42:29.1350390Z    Compiling rustix v0.38.44
2026-06-21T09:42:29.1700745Z    Compiling anstyle-parse v1.0.0
2026-06-21T09:42:29.1924431Z    Compiling papaya v0.2.4
2026-06-21T09:42:29.3600740Z    Compiling ctutils v0.4.2
2026-06-21T09:42:29.3717559Z    Compiling nix v0.25.1
2026-06-21T09:42:29.3748406Z    Compiling filedescriptor v0.8.3
2026-06-21T09:42:29.5480114Z    Compiling hkdf v0.12.4
2026-06-21T09:42:29.5790648Z    Compiling backon v1.6.0
2026-06-21T09:42:29.6420676Z    Compiling serial v0.4.0
2026-06-21T09:42:29.6970152Z    Compiling foldhash v0.1.5
2026-06-21T09:42:29.7185326Z    Compiling linux-raw-sys v0.4.15
2026-06-21T09:42:29.7470616Z    Compiling shell-words v1.1.1
2026-06-21T09:42:29.8530601Z    Compiling colorchoice v1.0.5
2026-06-21T09:42:29.8844251Z    Compiling anstyle v1.0.14
2026-06-21T09:42:29.9000520Z    Compiling downcast-rs v1.2.1
2026-06-21T09:42:29.9240174Z    Compiling anstyle-query v1.1.5
2026-06-21T09:42:29.9568580Z    Compiling is_terminal_polyfill v1.70.2
2026-06-21T09:42:30.0050766Z    Compiling instability v0.3.12
2026-06-21T09:42:30.0403785Z    Compiling signal-hook-mio v0.2.5
2026-06-21T09:42:30.0470491Z    Compiling hashbrown v0.15.5
2026-06-21T09:42:30.0569375Z    Compiling spake2 v0.4.0
2026-06-21T09:42:30.1727639Z    Compiling anstream v1.0.0
2026-06-21T09:42:30.1937464Z    Compiling terminal_size v0.4.4
2026-06-21T09:42:30.1938642Z    Compiling strum_macros v0.26.4
2026-06-21T09:42:30.3500189Z    Compiling sha1 v0.10.6
2026-06-21T09:42:30.4195546Z    Compiling spt-msg v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-msg)
2026-06-21T09:42:30.5690663Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-21T09:42:30.5910994Z    Compiling schemars v1.2.1
2026-06-21T09:42:30.6761472Z    Compiling itertools v0.13.0
2026-06-21T09:42:30.9271033Z    Compiling toml v0.8.23
2026-06-21T09:42:31.3672746Z    Compiling regex v1.12.3
2026-06-21T09:42:31.3925180Z    Compiling castaway v0.2.4
2026-06-21T09:42:31.5020669Z    Compiling indoc v2.0.7
2026-06-21T09:42:31.9110808Z    Compiling spt-runtime v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-runtime)
2026-06-21T09:42:32.0436772Z    Compiling unicode-width v0.1.14
2026-06-21T09:42:32.1290502Z    Compiling doctest-file v1.1.1
2026-06-21T09:42:32.3123540Z    Compiling hyper v1.10.1
2026-06-21T09:42:32.3330830Z    Compiling static_assertions v1.1.0
2026-06-21T09:42:32.3840922Z    Compiling clap_lex v1.1.0
2026-06-21T09:42:32.4162458Z    Compiling darling_macro v0.23.0
2026-06-21T09:42:32.6328634Z    Compiling clap_builder v4.6.0
2026-06-21T09:42:32.6620652Z    Compiling interprocess v2.4.2
2026-06-21T09:42:32.8100697Z    Compiling darling v0.23.0
2026-06-21T09:42:32.8220741Z    Compiling strum v0.26.3
2026-06-21T09:42:32.8329470Z    Compiling unicode-truncate v1.1.0
2026-06-21T09:42:32.9520404Z    Compiling compact_str v0.8.2
2026-06-21T09:42:33.0258859Z    Compiling crossterm v0.28.1
2026-06-21T09:42:33.3120552Z    Compiling lru v0.12.5
2026-06-21T09:42:33.4550909Z    Compiling clap_derive v4.6.1
2026-06-21T09:42:33.4743837Z    Compiling cassowary v0.3.0
2026-06-21T09:42:33.4868333Z    Compiling iana-time-zone v0.1.65
2026-06-21T09:42:33.5764638Z    Compiling unicode-width v0.2.0
2026-06-21T09:42:33.8640679Z    Compiling portable-pty v0.8.1
2026-06-21T09:42:33.8751085Z    Compiling chrono v0.4.45
2026-06-21T09:42:33.9030260Z    Compiling nucleo-matcher v0.3.1
2026-06-21T09:42:33.9610911Z    Compiling qrcode v0.14.1
2026-06-21T09:42:34.2914971Z    Compiling spt-term v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-term)
2026-06-21T09:42:34.3710967Z    Compiling ratatui v0.29.0
2026-06-21T09:42:34.5982968Z    Compiling hyper-util v0.1.20
2026-06-21T09:42:34.7970410Z    Compiling tempfile v3.27.0
2026-06-21T09:42:34.9511079Z    Compiling spt-live v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-live)
2026-06-21T09:42:35.7252274Z    Compiling clap v4.6.1
2026-06-21T09:42:36.6953144Z    Compiling igd-next v0.17.1
2026-06-21T09:42:37.7296526Z    Compiling portmapper v0.16.0
2026-06-21T09:42:42.2304482Z    Compiling rustls-webpki v0.103.13
2026-06-21T09:42:45.3837133Z    Compiling tokio-rustls v0.26.4
2026-06-21T09:42:45.3837523Z    Compiling rustls-platform-verifier v0.7.0
2026-06-21T09:42:45.3837786Z    Compiling noq-proto v0.17.0
2026-06-21T09:42:45.5321891Z    Compiling hyper-rustls v0.27.9
2026-06-21T09:42:45.5322448Z    Compiling hickory-net v0.26.0-beta.4
2026-06-21T09:42:45.5322862Z    Compiling tokio-websockets v0.13.2
2026-06-21T09:42:45.6695335Z    Compiling reqwest v0.13.4
2026-06-21T09:42:46.5599472Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-21T09:43:00.5269979Z    Compiling spt-net v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-net)
2026-06-21T09:43:01.8989669Z    Compiling spt-daemon v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-daemon)
2026-06-21T09:43:09.1085836Z    Compiling spt v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt)
2026-06-21T09:43:12.7657138Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 02s
2026-06-21T09:43:12.7897413Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-a610d2092bf5e776)
2026-06-21T09:43:12.7911240Z 
2026-06-21T09:43:12.7911550Z running 1 test
2026-06-21T09:43:18.9808729Z test new_brain_serves_against_old_broker ... ok
2026-06-21T09:43:18.9809222Z 
2026-06-21T09:43:18.9809570Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.19s
2026-06-21T09:43:18.9809945Z 
